Package com.cisco.pt.ipc.sim.impl
Class BbaGroupManagerImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.BbaGroupManagerImpl
- All Implemented Interfaces:
IPCObject,BbaGroupManager,Process
Information provided by the PKI file:
\class BbaGroupManager
\brief BbaGroupManager manages and manipulates virtual template interfaces for PPPoE.
\example network().getDevice("Router0").getProcess("BbaGroupManager")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionBbaGroupManagerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBbaGroupByName(String name) Information provided by the PKI file:getBbaGroupAt(int index) Information provided by the PKI file:getBbaGroupByName(String name) Information provided by the PKI file:intInformation provided by the PKI file:voidremoveBbaGroupByName(String name) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
BbaGroupManagerImpl
public BbaGroupManagerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
addBbaGroupByName
Information provided by the PKI file:
\brief Adds a BBA group. \param name, the name for the BBA group.- Specified by:
addBbaGroupByNamein interfaceBbaGroupManager- Parameters:
name- Takes in a parameter of name
-
removeBbaGroupByName
Information provided by the PKI file:
\brief Removes the BBA group with the specified name. \param name, the name of the BBA group of interest.- Specified by:
removeBbaGroupByNamein interfaceBbaGroupManager- Parameters:
name- Takes in a parameter of name
-
getBbaGroupByName
Information provided by the PKI file:
\brief Returns the BBA group with the specified name. \param name, the name of the BBA group of interest. \return BbaGroup, the BbaGroup object with the specified name.- Specified by:
getBbaGroupByNamein interfaceBbaGroupManager- Parameters:
name- Takes in a parameter of name- Returns:
- BbaGroup Returns a BbaGroup
-
getBbaGroupCount
public int getBbaGroupCount()Information provided by the PKI file:
\brief Returns the number of BBA groups. \param int, the number of BBA groups.- Specified by:
getBbaGroupCountin interfaceBbaGroupManager- Returns:
- int Returns a int
-
getBbaGroupAt
Information provided by the PKI file:
\brief Returns the BBA group at the specified name. \param index, the index of the BBA group of interest. \return BbaGroup, the BbaGroup object at the specified name.- Specified by:
getBbaGroupAtin interfaceBbaGroupManager- Parameters:
index- Takes in a parameter of index- Returns:
- BbaGroup Returns a BbaGroup
-